-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NEW Use Bootstrap alerts throughout the CMS #643
NEW Use Bootstrap alerts throughout the CMS #643
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment doesn’t block merge
Do you think we should merge this in before 4.3 stabilises, or merge in as an early 4.4 enhancement? |
This isn’t a hugely intrusive change, given that the styles are so similar to what we already have, plus it only affects CMS form templates... I’d be comfortable merging this in time for 4.3 |
Looks good for |
We missed feature freeze cutoff day (19th Oct NZST) so I've switched this to 1 for the next release (SilverStripe 4.4) |
Builds restarted |
b381610
to
f11cd44
Compare
Self merging with @kinglozzer's approval |
This adds an extension which provides SilverStripe message types to templates as Bootstrap alert types, and implements them in all of the admin templates that use $MessageType
Issue: silverstripe/silverstripe-framework#5674
Requires silverstripe/silverstripe-framework#8377 to merged for Behat to pass